TCollections.CreateInterfaceList<T>(T[]) Method

Represents method CreateInterfaceList<T>(T[]).

Namespace: Spring.Collections
public
 class function CreateInterfaceList<T: IInterface>(const values: array of T): IList<T>; overload; static;

Type Parameters

T

Parameters

values
Type: array of T

Return Value

Type: IList<T>